Row represents a dashboard row. Alerts returns a list of alerts defined within this row.
func New(board *sdk.Board, title string, options ...Option) (*Row, error)
Package-Level Functions (total 14)
Collapse makes the row collapsed by default.
HideTitle ensures that the title of the row will NOT be displayed.
New creates a new row.
RepeatFor will repeat the row for all values of the given variable.
ShowTitle ensures that the title of the row will be displayed.
WithGauge adds a "gauge" panel in the row.
WithGraph adds a "graph" panel in the row.
Deprecated: use WithTimeSeries() instead.
WithHeatmap adds a "heatmap" panel in the row.
WithLogs adds a "logs" panel in the row.
WithSingleStat adds a "single stat" panel in the row.
Deprecated: use WithStat() instead
WithStat adds a "stat" panel in the row.
WithTable adds a "table" panel in the row.
WithText adds a "text" panel in the row.
WithTimeSeries adds a "timeseries" panel in the row.
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.